Click or drag to resize

CopyMethod Class

This class implements the WebDAV COPY Method.
Inheritance Hierarchy

Namespace:  Independentsoft.Webdav.Methods
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public class CopyMethod : WebdavMethod

The CopyMethod type exposes the following members.

Constructors
  NameDescription
Public methodCopyMethod
Initializes a new instance of the CopyMethod class.
Public methodCopyMethod(String, String)
Initializes a new instance of the CopyMethod class with specified source and destination.
Public methodCopyMethod(String, String, Boolean)
Construct CopyMethod object with specified source and destination.
Top
Properties
  NameDescription
Public propertyDestination
Gets or sets URI of the destination.
Public propertyOverwrite
Gets or set a value indicating whether a overwrite is allowed if destination resource already exist.
Public propertySource
Gets or sets URI of the resource to copy.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberMethodName
The method name.
Top
See Also